home *** CD-ROM | disk | FTP | other *** search
/ Iron Maiden - Maiden Hell! / Iron Maiden - Maiden Hell! Promotional CD-ROM.iso / mac / promo.dxr / scripts_15_stop audio excerpt = .ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  544 b   |  17 lines

  1. on mouseEnter
  2.   if (the number of member the member of sprite 13 = the number of member "audio controls") and soundBusy(1) then
  3.     set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
  4.   end if
  5. end
  6.  
  7. on mouseDown
  8.   if (the number of member the member of sprite 13 = the number of member "audio controls") and soundBusy(1) then
  9.     sound stop 1
  10.   end if
  11.   set the cursor of sprite the currentSpriteNum to 0
  12. end
  13.  
  14. on mouseLeave
  15.   set the cursor of sprite the currentSpriteNum to 0
  16. end
  17.